<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
}
body {
	scrollbar-arrow-color: #fff;
	/*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
	/*滚动条凸出部分的颜色*/
  scrollbar-highlight-color: #000;
	/*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #000;
	/*滚动条阴影的颜色*/
  scrollbar-track-color: #0049ac;
	/*滚动条背景颜色*/
  scrollbar-base-color: black;
	/*滚动条的基本颜色*/
  Cursor: url(mouse.cur);/*自定义个性鼠标*/
/*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px;
}

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  width: 10px;
 background-color: #fff;
}

::-webkit-scrollbar:horizontal {
 height: 10px;
}

::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: #000;
 border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 10px;
 border-radius: 5px;
 background: #0049ac;
}

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
 background-color: red;
}

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: red;
}
 @media screen and (max-width: 900px) {
 body {
 font-size: 14px;
}
}

::selection {
 background: #042d97;
 color: #fff;
}

::-moz-selection {
 background: #042d97;
 color: #fff;
}

::-webkit-selection {
 background: #042d97;
 color: #fff;
}
#showdata {
	display: none;
}
body {
	overflow-x: hidden;
}
img {
	border: 0;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	clear:both
}
.clearfix {
	zoom: 1;
}
em, i {
	font-style: normal;
}
a {
	font-size: 16px;
 transition: all .3s;
}
a:hover {
	text-decoration: none;
	color: #e51e01;
}
.w1300 {
	max-width: 1300px;
	margin: 0 auto;
}
.s_width {
	max-width: 1300px;
	margin: 0 auto;
}
.w1600 {
	max-width: 1600px;
	margin: 0 auto;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.max_box {
	max-width: 1300px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h30 {
	height: 30px;
}
.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
.h80 {
	height: 80px;
}
.h100 {
	height: 100px;
}
.f14 {
	font-size: 14px;
}
.f18 {
	font-size: 18px;
}
.db {
	display: block;
}
.dib {
}
/*公共*/
._banner {
}
header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	margin: auto;
}
header .logoImg {
	margin: 15px 0 15px 10px;
}
header .logoImg a {
	display: block;
	float: left;
}
.top_tel {
	padding: 12px 10px 0 10px;
}

.iTitle {
	text-align: center;
}
.iTitle h2 {
	color: #2a2a2a;
	font-size: 44px;
	background: url(../images/dunxiu_3.jpg)no-repeat;
	width: 610px;
	margin: 0 auto;
	padding-top: 30px;
}
.iTitle span {
	color: #0049ac
}
.iTitle p {
	color: #666666;
	font-size: 18px;
	line-height: 37px;
	width: 707px;
	margin: 15px auto;
	text-align:center
}
/*导航*/
.qh_nav {
	z-index: 9999;
}
.qh_nav ul {
	width: 880px;
}
.qh_nav li {
	float: left;
	line-height: 137px;
	height: 117px;
}
.qh_nav li a {
	color: #000;
	display: block;
	width: 110px;
	text-align: center;
	height: 117px;
	box-sizing: border-box;
	position: relative;
}
.qh_nav li a:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -50px;
	height: 8px;
 transition: all .3s;
	visibility: hidden;
	opacity: 0;
}
.qh_nav li a:hover {
	background: linear-gradient(45deg, #015ebb, #0049ac);
	color: #fff;
}
.qh_nav li a:hover:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
 transition: all .3s;
	visibility: visible;
	opacity: 1;
}
.qh_nav li .act {
	background: linear-gradient(45deg, #015ebb, #0049ac);
	color: #fff;
}
.qh_nav li .act:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
 transition: all .3s;
	visibility: visible;
	opacity: 1;
}
.qh_nav .qh_nav1 ul {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0px;
	top: 96px;
	padding: 20px 2%;
	box-sizing: border-box;
	overflow: hidden;
 transition: .5s;
	text-align: center;
	height: 300px;
}
.qh_nav .qh_nav1 ul:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
}
.qh_nav .qh_nav1 ul a {
	width: 10%;
	color: #fff;
	margin: 20px 1% 0 0;
	display: block;
	float: left;
	height: 250px;
}
.qh_nav .qh_nav1 ul a span {
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 transition: all .3s;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qh_nav .qh_nav1 ul a img {
	width: 100%;
	display: block;
}
.qh_nav .qh_nav1 ul a:hover {
	background: none;
}
.qh_nav .qh_nav1 ul a:hover span {
	color: #fff;
	background: linear-gradient(45deg, #015ebb, #0049ac);
}
.qh_nav .qh_nav1:hover ul {
	visibility: visible;
	opacity: 1;
	top: 117px;
}
/*产品分类*/
.iClassbox {
	width: 100%;
	padding: 50px 0;
}
.pnav {
	width: 1200px;
	position: relative;
	margin: 0 auto 0 auto;
	margin-top: 40px;
}
.pnav ul {
	text-align: center;
}
.pnav ul li {
	display: block;
	margin: 0 18px;
	overflow: hidden;
transition: all .3s;
	float: left;
}
.pnav ul li a {
	display: block;
	position: relative;
}
.pnav ul li a img {
	transition:  1s;
	width: 160px;
	height: 160px;
	border-radius: 50%;
}
.pnav ul li a p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	background: #e10312;
	padding: 5px 0 25px 0;
	margin: 0 auto;
transition: .5s;
	bottom: 0px;
	width: 100%;
}
.pnav ul li a i {
	position: absolute;
	bottom: 6px;
	font-style: normal;
	font-size: 16px;
	left: 123px;
transition: .5s;
}
.pnav ul li a:hover img {
	filter: brightness(120%);
}
.pnav ul li a:hover p {
	background: #e10312;
	color: #fff;
}
.pnav ul li a:hover i {
	color: #fff;
}
.pnav .btnLeft, .pnav .btnRight {
	position:absolute;
	top:40%;
	width:27px;
	height:51px;
	transition: 0.5s;
	opacity: 0.6;
}
.pnav .btnLeft {
	left:-80px;
	background: url(../images/dunxiu_1.jpg)no-repeat center;
}
.pnav .btnLeft:hover {
	left: -90px;
	opacity: 1;
}
.pnav .btnRight {
	right:-80px;
	background:url(../images/dunxiu_2.jpg) no-repeat center;
}
.pnav .btnRight:hover {
	right: -90px;
	opacity: 1;
}
#ruanti_scroll1 img {
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 50%;
	border: 5px solid #4693e3;
transition-duration: .5s;
}
#ruanti_scroll1 em {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #3d3d3d;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 10px;
transition-duration: .5s;
	width: 160px;
	height: 35px;
}
#ruanti_scroll1 a {
	display: block;
	float: left;
	margin: 0 10px;
}
#ruanti_scroll1 span {
	display: block;
}
#ruanti_scroll1 a:hover em {
	color:#cb1b1d;
transition-duration: .5s;
	font-weight: bold;
}
#ruanti_scroll1 a:hover img {
	border: 5px solid #cb1b1d;
transition-duration: .5s;
}
/*产品展示*/
/*产品上下滚动*/
.Iproduct {
	margin-top: 30px;
	margin-bottom: 80px;
	overflow: hidden;
}
.Iproduct h2 {
	margin: 69px auto 0px auto;
	font-size: 38px;
	line-height: 30px;
	text-align: center;
}
.Iproduct h2 b {
	color: #191919;
	margin: 15px auto;
	display: block;
	position: relative;
	width: 878px;
}
 .Iproduct h2 b ::before {
 position: absolute;
 right: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
 .Iproduct h2 b ::after {
 position: absolute;
 left: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
.Iproduct h2 i {
	color: #0049ac;
}
.Iproduct h2 em {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	font-weight: normal;
}
.Pro_roll {
	height: 880px;
	width: 86%;
	margin: 0 auto;
}
.Pro_roll li {
	float: left;
	width: 23.2558139535%;
	background: #f5f5f5;
	margin: 2% 0 0 1.4%;
}
.Pro_roll li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.Pro_roll li a h4 {
	overflow: hidden;
}
.Pro_roll li a img {
	width: 372px;
	height:286px;
	display: block;
 transition: all .5s;
}
.Pro_roll li a ol {
	line-height: 70px;
	color: #555;
	width: 100%;
 transition: all .3s;
	font-size: 16px;
	border-bottom: 1px solid #e1dfdf;
	padding: 0 10px;
	box-sizing: border-box;
}
.Pro_roll li a ol a {
	color: #555;
	font-size: 16px;
}
.Pro_roll li a:hover {
	color: #fff;
}
.Pro_roll li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.Pro_roll li a:hover ol {
	background: #0049ac;
	color: #fff;
	padding-left: 25px;
}
/*about*/

.Iabout {
	padding: 0;
	background: #fff;
	position: relative;
}
.Iabout .apic {
	position: relative;
	right: 0;
	left: 0;
	display: block;
	width: auto;
	margin: auto;
}
.atxt {
	text-align:left;
	line-height:35px;
}
/*优势*/

.yshi li {
	float: left;
	width: 25%;
	height: 90px;
	margin-top: 20px;
	padding: 15px 0;
	background:#f5f5f5 url(../images/youshi.png) no-repeat right center;
	text-align:center;
}
.yshi li img {
	margin: 0px auto;
}
.yshi li p {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: #1f1a17;
	font-size: 15px;
	line-height: 28px;/*padding-top: 12px;*/
}
.yshi li i {
	display: block;
	color: #939393;
	font-style: normal;
	font-size: 12px;
	text-align: center;
}
.Icase {
	width: 100%;
	background: url(../images/case_bg.jpg) bottom center no-repeat;
}
.sl {
	width: 1300px;
	margin: 35px auto 0;/*margin-top: 35px;*/
}
.sl li {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 12px;
 transition: .5s;
	background:#FFF
}
.sl li:hover {
	background: rgba(255, 255, 255, 1);
}
.sl li a {
	display: block;
	width: 100%;
}
.sl li img {
	width: 100%;
	height: 225px;
}
.sl li p {
	color: #fff;
	font-size: 18px;
	background: #373030;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
 transition: .5s;
}
.sl li:hover p {
	background: #0049ac;
	color: #fff;
}
/*首页新闻*/
.Inews {
	width: 100%;
	background: url(../images/new_bg.png) bottom center no-repeat;
}
/*首页新闻*/

/*联系我们*/
.Icontact_box {
	background: url(../images/map1.jpg) no-repeat top center;
}
.Icontact_box .wrap {
	width: 1260px;
}
.Icontact_box .abt a {
	color:#fff;
	display:block;
	text-align: center;
}
.Icontact_box .abt a h3 {
	color:#fff;
	font-size:46px;
	line-height:47px;
	height:47px;
	font-weight: bold;
transition: .3s;
}
.Icontact_box .abt a:hover h3 {
	color: #FF8A00;
}
.Icontact_box {
	width:100%;
	height:521px;
}
.Icontact_box .div2 {
	background:url(../images/tj_21.png) no-repeat bottom center;
	width:300px;
	height:491px;
	padding-left:50px;
	padding-top:30px;
	color:#fff;
	padding-right:50px;
	float: right
}
.Icontact_box .div2 .p1 {
	font-size:18px;
	text-transform:uppercase;
}
.Icontact_box .div2 .p2 {
	font-size:30px;
	line-height:38px;
	margin-top:5px;
	font-weight:bold;
	background:url(../images/tj_26.jpg) left bottom no-repeat;
	padding-bottom:30px;
}
.Icontact_box .div2 .p3 {
	background:url(../images/tj_22.png) left center no-repeat;
	height:53px;
	line-height:53px;
	overflow:hidden;
	padding-left:30px;
	border-bottom:1px solid #63b6ff;
	font-size:14px;
}
.Icontact_box .div2 .p4 {
	background:url(../images/ctel.png) left center no-repeat;
	height:53px;
	overflow:hidden;
	padding-left:58px;
	font-size:14px;
	margin-top:30px;
	margin-bottom:15px;
}
.Icontact_box .div2 .p4 h4 {
	font-size: 31px;
}
.Icontact_box .div2 .p5 {
	background:url(../images/tj_23.png) left center no-repeat;
	height:53px;
	line-height:53px;
	overflow:hidden;
	padding-left:30px;
	border-bottom:1px solid #63b6ff;
	font-size:14px;
}
.Icontact_box .div2 .p6 {
	background:url(../images/tj_25.png) left center no-repeat;
	height:53px;
	line-height:53px;
	overflow:hidden;
	padding-left:30px;
	border-bottom:1px solid #63b6ff;
	font-size:14px;
}
.Icontact_box .div2 .p7 {
	background:url(../images/tj_27.png) left center no-repeat;
	height:53px;
	line-height:53px;
	overflow:hidden;
	padding-left:30px;
	border-bottom:1px solid #63b6ff;
	font-size:14px;
}
.Icontact_box .div2 .p8 {
	background:url(../images/tj_28.png) left center no-repeat;
	height:53px;
	line-height:53px;
	overflow:hidden;
	padding-left:30px;
	border-bottom:1px solid #63b6ff;
	font-size:14px;
}
.Icontact_box .div2 .p9 {
	background:url(../images/tj_29.png) left center no-repeat;
	height:53px;
	line-height:53px;
	overflow:hidden;
	padding-left:30px;
	border-bottom:1px solid #63b6ff;
	font-size:14px;
}
/*版权信息*/

#footer {
	width: 100%;
	overflow: hidden;
	background: #333333;
	padding: 50px 0px;
}
.foot {
	width: 1300px;
	margin: 0px auto;
}
.foot ul li {
	float: left;
	height: 250px;
}
.foot ul li strong {
	font-size: 22px;
	color: #0049ac;
	display: table;
	line-height: 50px;
	margin-bottom: 10px;
}
.foot ul li strong:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #0049ac;
	display: block;
}
.b-pro {
	width: 500px;
	border-right: dashed 1px #ccc;
	padding-left: 20px;
}
.b-pro a {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	display: block;
	text-align: left;
	background: #515151;
	padding: 0px 10px;
	margin: 5px;
	float: left;
	width:200px;
}
.b-contact {
	width: 430px;
	padding-left: 50px;
	color: #fff;
	line-height:28px;
	font-size: 14px;
	border-right: dashed 1px #ccc;
}
.b-contact p {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.b-contact p img {
	vertical-align: middle;
	margin-right: 10px;
}
.b-wx {
	width: 150px;
	padding-left:50px;
}
.b-wx img {
	margin-right: 20px;
}
.copy {
	width:100%;
	height: 60px;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	background: #0049ac;
	color: #fff;
}
.copy a {
	color: #fff;
	font-size: 16px;
	color: #fff;
}
.copy p {
	color: #fff;
	font-size: 16px;
	color: #fff;
}
/*内页banner*/
.nb {
	position: relative;
	height: 570px;
}
.nb ul {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding-top: 150px;
}
.nb ul a {
	width: 13%;
	display: inline-block;
	margin-left: 2%;
	margin-bottom: 15px;
}
.nb ul a img {
	width: 100%;
	border-radius: 50%;
	height: 160px;
}
.nb ul a span {
	color: #fff;
	background: #000;
	padding: 0px 13px;
	display: block;
	text-align: center;
	border-radius: 20px;
}
.nb ul a:hover span {
	background: #0049ac;
}
.nb1 {
	background: url(../images/g.jpg) bottom center no-repeat;
}
.sppic {
	display: none;
}
.sppic1 img {
	display: none;
}
.mapBox {
	height: 600px;
}
.newsc .listc ul, .newsc .listc li {
	width: 100%;
}
.newsc .listc li {
 transition: .3s;
}
.newsc .listc li.grayc {
	background-color: #f8f8f8;
}
.newsc .listc li a {
	padding: 50px 0;
	display: block;
}
 .newsc .listc li:nth-of-type(even) {
 background: #f7f7f7;
}
.newsc .listc li:hover {
	background-color: #0e4295;
}
.newsc .listc li:hover .numc img {
	border: 1px solid #fa1e2f;
}
.newsc .listc li:hover .centerc {
	left: -16px;
}
.newsc .listc .centerc {
	width: 980px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	left: 0;
}
.newsc .listc .numc {
	display: block;
	width: 104px;
	border-right: 1px solid #ddd;
	line-height: 60px;
	font-size: 72px;
	color: #d2d2d2;
}
.newsc .listc .numc img {
	width: 104px;
}
.newsc .listc .fontc {
	display: block;
	width: 83.7%;
	font-size: 18px;
	line-height: 30px;
}
.newsc .listc .fontc .introc {
	font-size: 14px;
	color: #bbb;
}
.newsc .listc .fontc p {
	font-size: 18px;
}
.newsc .listc li:hover .numc, .newsc .listc li:hover .fontc p, .newsc .listc li:hover .fontc .introc {
	color: #fff;
}
.f-cbc:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.neaxtpg a {
	float: left;
	display: inline-block;
	width: 42%;
	text-align: center;
	padding: 10px 2%;
	border: 1px solid #ccc;
	margin: 0 1%;
}
.neaxtpg a:hover {
	background: #0e4295;
	color: #fff;
}
.neaxtpg {
	margin-bottom: 50px;
}
.n_main {
	overflow: hidden;
	margin-top: 0px;
}
.nmain_l {
	width: 21%;
}
.nmain_l h1 {
	height: 95px;
	background: #0048a6 url(nlanbg.jpg) no-repeat right top;
	color: #fff;
	padding-left: 25px;
	font-size: 36px;
	font-weight: normal;
	padding-top: 45px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.nmain_l h1 em {
	display: block;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.733);
	font-weight: normal;
	text-align: center;
}
.nmain_l .nmenu {
	border: 1px solid #eee;
}
.nmain_l .nmenu li {
	line-height: 48px;
	font-size: 15px;
	border-bottom: 1px solid #eaeaea;
}
.nmain_l .nmenu li .act {
	background: #ff0000;
	color: #fff;
	padding-left: 25px;
}
.nmain_l .nmenu li a {
	display: block;
	padding-left: 20px;
	position: relative;
	color: #6f6f6f;
}
.nmain_l .nmenu li a:hover {
	background: #f3f3f3;
	padding-left: 25px;
}
.nmain_l .nmenu li .iconfont {
	position: absolute;
	right: 10px;
	font-size: 16px;
}
.nmain_l .nmenu li ._act {
	background: #0048a6;
	color: #fff;
}
.nmain_l .nmenu li ._act .ion {
	color: #fff;
}
.nmain_l .nmenu li ._act:hover {
	background: #0048a6;
	color: #fff;
}
.nmain_l .nmenu li ._act:hover .ion {
	color: #fff;
}
.nmain_l .l_lx {
	background: rgba(0, 0, 0, 0.548);
}
.nmain_l .l_lx dt {
	height: 50px;
	line-height: 70px;
	font-size: 26px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin: 0 20px;
}
.nmain_l .l_lx dd {
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	color: #fff;
}
.nmain_l .l_lx dd p {
	color: #fff;
	line-height: 160%;
}
.gs_conwz {
	line-height: 200%;
	margin-bottom: 20px;
}
.gs_conwz .ab_tit {
	font-size: 26px;
	color: #000;
}
.gs_conwz .abchan-tag {
	display: inline-block;
	background: url(pcat_xian.gif) repeat-x center;
	padding: 0 20px;
	font-size: 16px;
	color: #6e6e6e;
}
.gs_conwz .abchan-tag span {
	display: block;
	padding: 0 10px;
	background: #fff;
	color: darkgrey;
}
.body_title_wz {
	margin-top: 60px;
	line-height: 200%;
}
.body_title_wz p {
	line-height: 160%;
	margin-bottom: 15px;
}
.gs_wz {
	margin-top: 20px;
	line-height: 200%;
}
.gs_wz p {
	line-height: 160%;
	margin-bottom: 15px;
}
.chr-top {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.chr-top h3 {
	font-size: 24px;
	color: #000;
}
.chr-top h3 span {
	float: right;
	color: #6e6e6e;
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
}
.chr-top h3 span i {
	color: #000;
}
.chr-top h3 span a {
	color: #6e6e6e;
}
.chr-top h3 span a:hover {
	color: #000;
}
.chr-top h3 u {
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
.nmain_r1 {
	width: 1300px;
	margin: 0 auto;
}
.synews {
	overflow: hidden;
	padding-bottom: 50px;
}
.news {
	margin-top: 30px;
}
.news .newsbt {
	text-align: center;
}
.news .warp {
	width: 1075px;
	margin: 0 auto;
}
.picFocus {
	width: 1300px;
	margin: 0 auto;
}
.picFocus .fl {
	width: 49%;
}
.news_0606 div.fl {
	position: relative;
	overflow: hidden;
}
.news_0606 div.fl ._hd {
	position: absolute;
	bottom: 20px;
	z-index: 9;
	width: 100%;
	height: 14px;
	text-align: center;
}
.news_0606 div.fl ._hd ul {
	display: inline-block;
}
.news_0606 div.fl ._hd ul li {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
}
.news_0606 div.fl ._hd ul li.on {
	background: #e1112a;
}
.news_0606 div.fl .bd a {
	display: block;
}
.news_0606 div.fl .bd a img {
	width: 100%;
}
.news_0606 div.fr {
	width: 48%;
	overflow: hidden;
}
.news_0606 div.fr ul {
	width: 100%;
	height: 372px;
}
.news_0606 div.fr ul li {
	height: 138px;
 transition: .5s;
	margin-bottom: 31px;
	background: #eee;
}
.news_0606 div.fr ul li:first-child {
	border-top: none;
}
.news_0606 div.fr ul li a {
	display: block;
	height: 100%;
}
.news_0606 div.fr ul li .a1 {
	float: left;
	width: 28%;
	height: 100%;
	text-align: center;
 -webkit-transition: all .5s;
 transition: all .5s;
	background: #fff;
	overflow: hidden;
}
.news_0606 div.fr ul li .a1 img {
	height: 100%;
	margin: 0 -100%;
}
.news_0606 div.fr ul li .a2 {
	float: right;
	width: 72%;
	padding: 10px 15px;
	box-sizing: border-box;
}
.news_0606 div.fr ul li .a2 h5 {
	font-size: 17.5px;
	color: #242424;
	line-height: 30px;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.news_0606 div.fr ul li .a2 p {
	font-size: 12.5px;
	color: #a5a5a5;
	line-height: 20px;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.news_0606 div.fr ul li.on {
	background: linear-gradient(45deg, #015ebb, #0049ac);
}
.news_0606 div.fr ul li.on .a1 {
	color: #fff;
}
.news_0606 div.fr ul li.on .a2 h5 {
	color: #fff;
}
.news_0606 div.fr ul li.on .a2 p {
	color: #fff;
}
.Iindex_ys {
	background: url(../images/ys_bg.jpg) center top no-repeat;
	height: 1055px;
	margin-top: 50px;
	position: relative;
}
.Iindex_ys h3 {
	padding-top: 30px;
}
.Iindex_ys h3 strong {
	font-size: 64px;
	color: #f8da00;
	display: block;
}
.Iindex_ys h3 strong em {
	color: #f8da00;
	font-size: 86px;
}
.Iindex_ys h3 span {
	color: #fff;
	font-size: 34px;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.Iindex_ys h3 i {
	color: #fff;
	font-weight: normal;
}
 .Iindex_ys h3::before {
 position: absolute;
 bottom: -15px;
 left: 0;
 height: 10px;
 width: 100px;
 content: "";
 background: #fff;
}
.Iindex_ys .Iindex_ys1 {
	position: relative;
}
.Iindex_ys .Iindex_ys1 img {
	position: absolute;
	right: 0;
	top: -60px;
}
.Iindex_ys .Iindex_ys1 span {
	width: 555px;
	background: url(../images/ysbj.png) no-repeat;
	height: 149px;
	display: block;
	margin-top: 40px;
}
.Iindex_ys .Iindex_ys1 span b {
	display: block;
	float: left;
	width: 100px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding-top: 30px;
}
.Iindex_ys .Iindex_ys1 span i {
	color: #fff;
	width: 67%;
	display: block;
	padding-top: 40px;
	position: relative;
	float: right;
	padding-left: 20px;
	margin-right: 50px;
}
 .Iindex_ys .Iindex_ys1 span i::before {
 position: absolute;
 width: 1px;
 height: 80px;
 background: #fff;
 content: "";
 left: 1px;
}
.Iindex_ys .Iindex_ys2 {
	background: rgba(0, 100, 219, 0.9);
	height: 152px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.Iindex_ys .Iindex_ys2 ul {
	display: flex;
	padding-top: 30px;
}
.Iindex_ys .Iindex_ys2 ul li {
	flex: 1;
}
.Iindex_ys .Iindex_ys2 ul li img {
	float: left;
	padding-right: 20px;
}
.Iindex_ys .Iindex_ys2 ul li b {
	color: #fff;
	font-size: 30px;
	display: block;
}
.Iindex_ys .Iindex_ys2 ul li em {
	color: #fff;
}
.Nbox_product {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}
.Nbox_product li {
	float: left;
	width: 23.2558139535%;
	background: #fff;
	margin: 2% 0 0 1.4%;
}
.Nbox_product li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.Nbox_product li a h4 {
	overflow: hidden;
}
.Nbox_product li a img {
	width: 372px;
	height:286px;
	display: block;
 transition: all .5s;
}
.Nbox_product li a ol {
	line-height: 90px;
	color: #555;
	width: 100%;
 transition: all .3s;
	font-size: 20px;
	border-bottom: 1px solid #e1dfdf;
	padding: 0 10px;
	box-sizing: border-box;
}
.Nbox_product li a ol a {
	color: #555;
	font-size: 20px;
}
.Nbox_product li a span {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 6%;
	border: 1px solid #dcdcdc;
	border-radius: 999px;
	padding: 10px 20px;
}
.Nbox_product li a:hover {
	color: #fff;
}
.Nbox_product li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.Nbox_product li a:hover ol {
	background: #0049ac;
	color: #fff;
	padding-left: 25px;
}
.Nbox_product li a:hover span {
	background: #fff;
	color: #0049ac;
	border: 1px solid #0049ac;
}
/*新闻列表*/

	
#Nbox_news {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc
}
#Nbox_news a {
	width:49.9%;
	float:left;
	padding:20px;
	background:#fff;
	margin:1px 0px 0px 1px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}
#Nbox_news a img {
	width:30%;
	margin-right:3%;
	float:left;
	display: block
}
#Nbox_news a h3 {
	width:67%;
	float:left;
	height:100%;
	font-weight: normal
}
#Nbox_news a h3 b {
	width:100%;
	height:30px;
	font-size:20px;
	color:#555555;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: normal
}
#Nbox_news a h3 p {
	width:100%;
	font-size:16px;
	color:#999;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
}
#Nbox_news a h3 em {
	font-size:14px;
	color:#999;
	margin-bottom:30px;
	display: block;
}
#Nbox_news a:hover {
	background:#fff3eb;
	margin:1px 0px 0px 1px;
}
#Nbox_news a:hover h3 b {
	width:100%;
	height:30px;
	font-size:20px;
	color:#ff6501;
}
#Nbox_news a:hover h3 p {
	color:#666;
}
#Nbox_news a h3 i {
	width:105px;
	height:23px;
	background:url(../images/morebg.png) left no-repeat;
	color:#000;
	padding:0px 0px 0px 10px;
	text-align:left;
	font-size:14px;
	line-height:23px;
	display: block;
	margin-bottom: 10px
}
#Nbox_news a:hover h3 i {
	width:105px;
	height:23px;
	background:url(../images/morebg.png) left no-repeat;
	color:#d11f1f;
}
/*==========分页样式===========*/
.paging {
	width:100%;
	height:50px;
	text-align:center;
	padding:30px 0;
}
.paging a, .paging span {
	font:16px/22px "microsoft yahei";
	color:#666666;
	text-decoration:none;
	padding:5px 12px;
	border:solid 1px #c9c9c9;
	display:inline-block;
	white-space:nowrap;
	margin:0 3px;
	border-radius:3px;
	background:#0049ac;
	box-shadow: inset 0 0 30px rgba(239, 239, 239, 0.7)
}
.paging a {
	background:none;
}
.paging a:hover {
	background:#0049ac;
	color:#fff;
	border:1px solid #0049ac;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.7)
}
.paging span {
	background:#636363;
	color:#fff;
	border:1px solid #0049ac;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.7)
}
.paging .current {
	background:#0049ac;
	color:#fff;
	border:1px solid #0049ac;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.7)
}
 . .content_td {
 word-break: break-all;
text-align: center;
border: 1px solid rgb(221,221,221);
text-align: center
}
contact_tit {
	text-align:center;
	line-height:20px;
	font-size: 20px
}
.contact_content {
	text-align:center;
	line-height:20px;
	font-size: 20px;
	color: rgb(127,127,127)
}
 @media (max-width: 1460px) {
 .top_tel {
 display: none;
}
 .Pro_roll {
 height: 800px;
 width: 1300px;
 margin: 0 auto;
 overflow: hidden;
}
 .Pro_roll li a img {
 width: 303px;
 height:234px;
 display: block;
 transition: all .5s;
}
 .Nbox_product {
 width: 1300px;
 margin: 0 auto;
 overflow: hidden;
}
 .Nbox_product li a img {
 width: 303px;
 height:234px;
 display: block;
 transition: all .5s;
}
.nmain_r1 {
 width: 1300px;
 margin: 0 auto;
}
}
.comdiv {
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	clear:both;
}
/* 优势 */
.zxm_index_5 {
	padding:160px 0px;
	background-image:url(../images/img14.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top: 50px;
}
.zxm_index_5_left {
	float:left;
	width:50%;
}
.zxm_index_5_left_2 {
	line-height:45px;
	color:#fff;
	font-size:36px;
	padding-left:30px;
	width:610px;
	margin-top:5px;
	font-weight: 100
}
.zxm_index_5_left_1 {
	padding-left:30px;
	width:610px;
	background-image:url(../images/img15.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.zxm_index_5_left_1 span {
	font-family: "cuya";
	color:#eeffff;
	font-size:250px;
	line-height:252px;
}
.zxm_index_5_right {
	float:right;
	width:50%;
}
.zxm_index_5_right dl dd {
	float:left;
	width:50%;
}
.zxm_index_5_right_1 div {
	padding-right:50px;
	overflow:hidden;
	height:80px;
	display:inline;
	position:relative;
}
.zxm_index_5_right_1 {
	background-image:url(images/img15.jpg);
	background-position:left;
	background-repeat:repeat-y;
	padding-left:30px;
}
.zxm_index_5_right_1 div span {
	font-family: "cuya";
	color:#0049ac;
	font-size:100px;
	line-height:80px;
}
.zxm_index_5_right_1 div img {
	position:absolute;
	right:0;
	top:-50px;
}
.zxm_index_5_right_2 {
	margin-top:10px;
	color:#fff;
	font-size:18px;
	padding:0 30px;
	width:260px;
}
/*优势结束*/


#DXpro-box {
}
#DXpro-box li {
	width: 300px;
	height: 275px;
	background: #fff;
	margin: 10px;
	float: left;
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 10px #ccc;
}
#DXpro-box li img {
	width: 300px;
	height: 225px;
	padding: 0;
	margin: 0;
}
#DXpro-box li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
transition: all .5s;
}
#DXpro-box li p {
	position: absolute;
	width: 300px;
	height: 50px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
	text-align:center;
}
#DXpro-box li:hover p {
	position: absolute;
	width: 300px;
	height: 100px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
	text-align:center;
}
#DXpro-box li:hover .more22 {
	background: #ea812e;
}
#DXpro-box li p&gt;a {
	width: 100%;
	line-height:50px;
	height: 50px;
	text-align: left;
	font-size: 16px;
	color: #000;
	display: block;
	text-align:center
}
#DXpro-box li p em {
	background: url(../images/pro-tel1.png) left center no-repeat;
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	display: block;
	margin-left: 30px;
}
#DXpro-box .more22 {
	background: #ea812e;
	text-align: center;
	width: 300px;
	height: 50px;
	line-height:50px;
	font-size: 18px;
	display: block;
}
#DXpro-box .more22 a {
	color: #fff;
	text-align: center;
}
.main {
	padding: 30px 0;
}
.left-lx {
	width: 270px;
	overflow: hidden;
	background: #0049ac;
}
.left-lx p {
	padding: 0px 20px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.pc_tt {
	color: #fff;
	text-align: center;
}
.pc_tt h2 {
	font-size: 30px;
	line-height: 50px;
	padding-top: 30px; color: #fff;
}
.pc_tt&gt;p {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff !important;
	text-transform: uppercase;
}
.left_cplei {
	width: 270px;
	overflow: hidden;
	margin-top: 20px;
	box-sizing: border-box;
}
.left_cplei li {
	overflow: hidden;
}
.left_cplei li a {
	display: block;
	width: 230px;
	height: 40px;
	background:#fff;
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
	font-size: 16px;
 -webkit-transition-duration: .3s;
 -moz-transition-duration: .3s;
 -ms-transition-duration: .3s;
 -o-transition-duration: .3s;
 transition-duration: .3s;
	color: #3b3b3b;
}
.left_cplei li div {
	width: 200px;
	margin: 10px auto;
	overflow: hidden;
}
.left_cplei li div a {
	width: 100%;
	background: none;
	text-align: left;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
 -webkit-transition-duration: .3s;
 -moz-transition-duration: .3s;
 -ms-transition-duration: .3s;
 -o-transition-duration: .3s;
 transition-duration: .3s;
	color: #fff;
}
.left_cplei li a:hover {
	background: #c40000;
	color: #fff;
}
.left_cplei li div a:hover {
	color: #c40000;
	background: none
}
.left_cplei p {
	width: 220px;
	height: 35px;
	margin: 5px auto;
	border-bottom: dashed 1px #ccc;
}
.left_cplei p a {
	text-decoration: none;
	width: 228px;
	height: 35px;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	display: block;
	font-weight: bold;
}
.left_cplei p a:hover {
	color: #ff0000;
}
.ny_right {
	width: 980px;
	height: auto;
	float: right;
}
/** 新闻中心 **/
.thumblist {
}
.thumblist .list {
	padding-bottom: 20px;
}
.thumblist .item {
	width: 930px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
transition: all .5s;
}
.thumblist .item a {
	display: block;
}
.thumblist .item .img {
	position:relative;
	width: 180px;
	height: 135px;
	display:block;
	overflow: hidden;
	cursor: pointer;
}
.thumblist .item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.thumblist .item a:hover img {
	transform: scale(1.1, 1.1);
}
.thumblist .item .txt {
	width: 720px;
	cursor: pointer;
}
.thumblist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.thumblist .item .txt .mark {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	padding:0;
}
.thumblist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.thumblist .item .txt p {
	color: #666;
	line-height: 25px;
}
.thumblist .item .txt p span {
	display: inline-block;
	color:#1562d2;
	padding-left: 10px;
}
.thumblist .item a:hover .txt h3 {
	color:#1562d2;
}
.thumblist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}
.ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.ArticleMessage span:first-child {
	margin-left:0;
}
.ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 14px;
}
.ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px;
}
.ArticleTencont {
	padding: 5px 0px 20px 0px;
	line-height: 32px;
	overflow: hidden;
	color: #666;
	font-size:16px;
}
.showproduct .ArticleTencont img {
	max-width: 600px;
}
.ArticleTencont img {
	max-width: 600px;
}

.ArticleTencont p img {
	max-width: 600px;
}
 @media (max-width: 1460px) {
 .top_tel {
 display: none;
}
}
.Iproduct_menu {
	background:url(../images/index_menu_bg.jpg) no-repeat;
	padding-top:10px;
	padding-bottom:30px;
}
/* 数字上下页 */
.page_fanye {
	width:100%;
	height:auto;
	text-align:center;
	padding:40px 0 20px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.page_fanye a {
	line-height:28px;
	font-size:14px;
	text-indent:0px;
	color: #333;
	margin-right: 5px;
	padding:0px 10px;
	background:#efefef;
	display: inline-block;
}
.page_fanye span {
	height:24px;
	line-height:20px;
	padding:0 10px 0 5px;
	display: inline-block;
}
.page_fanye span input {
	width:30px;
	height:20px;
}
.page_fanye a.page_home, .page_fanye a.page_home:hover, .page_fanye a.page_end, .page_fanye a.page_end:hover {
	width:60px;
	color:#666666;
}
.page_fanye .current, .page_fanye a:hover {
	color: #fff;
	background:#e4011f;
}
@font-face {
 font-family:'cuya';
 src: url('../images/cuya.ttf');
}
.cuya {
	font-family: "cuya";
}
.more {
	text-align: center;
	margin-top: 50px;
}
.more a {
	display: inline-block;
	font-size: 31px;
	color: #ffffff;
	font-family: cuya;
	background: url(../images/moretel.png) no-repeat top center;
	width: 497px;
	line-height: 47px;
	text-align: left;
	text-indent: 289px;
}
/* 优势 */
.Iyoushi {
	background: url(../images/Iyoushi_bg.jpg) center top no-repeat;
	height: 980px;
	position: relative;
}
.Iyoushi img {
	margin: 0 auto;
}
.ystop {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.Iyoushi_title {
	text-align: center;
	padding: 70px 0 0 0;
}
.ys_ys {
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
.ys_ys&gt;a {
	animation: sss 1s infinite alternate linear;
	position: absolute;
}
.ys_ys&gt;a:nth-child(2n) {
animation: sss2 1s infinite alternate linear;
}
.ys_ys&gt;a:nth-child(1) {
left: 50px;
top: 30px;
}
.ys_ys&gt;a:nth-child(2) {
left:0px;
top: 265px;
}
.ys_ys&gt;a:nth-child(3) {
left: 50px;
top: 500px;
}
.yshover {
	position: absolute;
	width: 530px;
}
.yshover .ysbox {
	position: relative;
	display: block;
}
.yshover .ysbox .ysdz h3 {
	font-size: 34px;
	color: #181818;
	font-weight: bold;
}
.yshover .ysbox .ysdz p {
	font-size: 16px;
	line-height: 30px;
	color: #777778;
}
.yshover .ysbox .yspic {
	display: block;
	width: 237px;
	height: 237px;
	position: absolute;
	top: 0px;
	border-radius:50%;
	overflow: hidden;
	border: 10px solid rgba(255, 255, 255, 0.527);
}
.ys1 {
	top: 35px;
	left: 760px;
}
.ys2 {
	top: 215px;
	left: 835px;
}
.ys3 {
	top: 375px;
	left:850px;
}
.ys4 {
	top: 555px;
	left: 800px;
}
.ys5 {
	position: absolute;
	left: 245px;
	margin: auto;
	width: 450px;
	height: 450px;
	display: block;
	transition: all 1s;
	overflow: hidden;
	border-radius: 50%;
	top: 150px;
}
.ys5 img {
	width: 100%;
}
.ys5:hover {
	transform: scale(1.05); 
}
.atxt {
	margin-top: 70px;
}
/* focus_Box */
#focus_Box {
	position:relative;
	width:1180px;
	height:490px;
	margin:40px auto 0 auto;
}
#focus_Box li {
	z-index:0;
	position:absolute;
	width:0px;
	height:0px;
	top:146px;
	cursor:pointer;
	left:377px;
	overflow: hidden;
	border:10px solid #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
#focus_Box li img {
	width:100%;
	height:100%;
	vertical-align:top;
transition: .5s;
}
#focus_Box li:hover img {
	transform: scale(1.05, 1.05);
}
#focus_Box li p {
	position:absolute;
	left:0;
	bottom:0px;
	width:100%;
	height:40px;
	line-height:40px;
	text-indent:8px;
	color:#fff;
}
#focus_Box li p span {
	display:inline-block;
	width:70%;
	height:40px;
	overflow:hidden;
}
#focus_Box .prev, #focus_Box .next {
	display:block;
	z-index:100;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
	width:53px;
	height:101px;
	top:131px;
	transition: 0.5s;
	opacity: 0.6;
}
#focus_Box .prev {
	background:#fff url(../images/btnl.png) no-repeat;
	left:-90px;
	top:190px;
}
#focus_Box .next {
	background:#fff url(../images/btnr.png) no-repeat;
	right:-90px;
	top:190px;
}
#focus_Box .prev:hover {
	left: -110px;
	opacity: 1;
}
#focus_Box .next:hover {
	right:-110px;
	opacity: 1;
}
.albom {
	text-align: center;
	position: relative;
}
.albom a {
	display: inline-block;
	line-height: 50px;
	color: #fff;
	width: 260px;
	position: relative;
	border-radius: 25px;
	margin: 0 10px;
transition: all .5s;
}
.albom a.more {
	background: #007cc2;
	font-size: 20px;
	top: -4px;
	border:1px solid #007cc2;
transition: all .5s;
}
.albom a.tel {
	background: #c10c0c url(../images/altel.png) no-repeat 30px 10px;
	font-size: 30px;
	padding-left: 40px;
	border:1px solid #c10c0c;
}
.albom a.more:hover {
	color: #c10c0c;
	background: #fff;
	border-color: #c10c0c
}
.albom a.tel:hover {
	background-color: #007cc2;
	border-color: #007cc2
}
@media all and (max-width:1300px) {
 #focus_Box .prev {
left: 0px;
}
 #focus_Box .prev:hover {
left: 0px;
}
 #focus_Box .next {
right: 0px;
}
 #focus_Box .next:hover {
right: 0px;
}
}
.pnav1 {
	padding-top: 50px;
	background: url(../images/index_menu_bg.jpg);
	padding-top: 26px;
	padding-bottom: 26px;
	background-size: cover;
	margin-top: 30px;
}
.pnav1 ul li {
	margin: 0 5px;
transition: .3s;
}
.pnav1 ul li:hover {
	transform: translateY(-14px);
}
.pnav1 ul {
	margin-top: 10px;
	text-align: center;
}
.pnav1 ul li {
	display: block;
	display: inline-block;
}

.Npnav1 {
	padding-top: 50px;
	padding-top: 26px;
	padding-bottom: 26px;
	background-size: cover;
	margin-top: 30px;
}
.Npnav1 ul li {
	margin: 0 5px;
transition: .3s;
}
.Npnav1 ul li:hover {
	transform: translateY(-14px);
}
.Npnav1 ul {
	margin-top: 10px;
	text-align: center;
}
.Npnav1 ul li {
	display: block;
	display: inline-block;
}
.flzxrx{width: 215px;height: 60px;background: #fff;border-radius: 50px;margin: 30px auto;text-align: center;color: #383838;padding-top: 10px;line-height: 24px;}
.flzxrx i{font-family: Impact;color: #c40000;font-size: 26px;}
.huiguodbdh{color: #313131;font-size: 16px;margin-top: 8px;margin-right: 0;white-space:nowrap;float: left;width: 17%;box-sizing: border-box;padding-left: 55px;min-width: 230px;text-align: left;background: url(../images/hgdh.png)left no-repeat;margin-left: 2%;}
.huiguodbdh p{font-family: Impact;font-size: 28px;color: #c40000}</pre></body></html>